Skip to content

feat: fixed intersection of focus skip and filters#327

Merged
andrii-a8c merged 5 commits intomainfrom
issue-236
Nov 11, 2025
Merged

feat: fixed intersection of focus skip and filters#327
andrii-a8c merged 5 commits intomainfrom
issue-236

Conversation

@andrii-a8c
Copy link
Copy Markdown
Collaborator

@andrii-a8c andrii-a8c commented Nov 7, 2025

implements: #236

@andrii-a8c andrii-a8c self-assigned this Nov 7, 2025
Copilot AI review requested due to automatic review settings November 7, 2025 11:36
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the conditional logic that determines how functions are categorized for verification purposes (focus specs, no focus specs, no verify specs, and abort handling). The main change restructures nested conditionals to properly handle the intersection of focus, prove, skip, and targeted flags.

Key Changes:

  • Moved ignore_abort handling to execute before verification categorization logic
  • Restructured the conditional logic to first check skip and targeted flags, then categorize functions based on focus and prove flags in a nested else block

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread crates/move-stackless-bytecode/src/function_target_pipeline.rs Outdated
Comment thread crates/move-stackless-bytecode/src/function_target_pipeline.rs
Comment thread crates/move-stackless-bytecode/src/function_target_pipeline.rs
Copy link
Copy Markdown
Contributor

@andreistefanescu andreistefanescu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@andrii-a8c andrii-a8c merged commit 4c51386 into main Nov 11, 2025
2 checks passed
@andrii-a8c andrii-a8c deleted the issue-236 branch November 11, 2025 09:14
BigBadE pushed a commit that referenced this pull request Nov 19, 2025
* feat: fixed intersection of focus skip and filters

* feat: removed redudant field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants